home *** CD-ROM | disk | FTP | other *** search
- -- background: 26138 from stack: in
- -- bmap block id: 26478
- -- flags: 4000
- -- background id: 0
- -- name: INTRO/BACKGROUND
- ----- HyperTalk script -----
- --on doMenu choice
- --if choice is "Message" then pass doMenu
- --if choice is "Home" then pass doMenu
- --if choice is "Quit Hypercard" then pass doMenu
- --end doMenu
-
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=243 top=215 right=244 bottom=276
- -- title width / last selected line: 0
- -- icon id / first selected line: 20098 / 20098
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Home
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve very slow
- go to card id 5341 of stack "Home"
- end mouseUp
-
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=390 top=33 right=45 bottom=402
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: TRAPDOOR
- ----- HyperTalk script -----
- on mouseUp
- go to card "WIN"
- end mouseUp
-
-